XFINIUM.PDF Documentation
PdfSampleFunction Constructor(Int32[],Int32,PdfFunctionInterpolationMode,Double[],Double[],Byte[])



An array of m positive integers specifying the number of samples in each input dimension of the sample table.
The number of bits used to represent each sample.
The interpolation mode between samples.
An array of 2 x m numbers specifying the linear mapping of input values into the domain of the function's sample table.
An array of 2 x n numbers specifying the linear mapping of sample values into the range appropriate for the function's output values.
Sample function data.
Initializes new PdfSampleFunction object.
Syntax
'Declaration
 
Public Function New( _
   ByVal size() As Integer, _
   ByVal bitsPerSample As Integer, _
   ByVal interpolationMode As PdfFunctionInterpolationMode, _
   ByVal encode() As Double, _
   ByVal decode() As Double, _
   ByVal samples() As Byte _
)
'Usage
 
Dim size() As Integer
Dim bitsPerSample As Integer
Dim interpolationMode As PdfFunctionInterpolationMode
Dim encode() As Double
Dim decode() As Double
Dim samples() As Byte
 
Dim instance As New PdfSampleFunction(size, bitsPerSample, interpolationMode, encode, decode, samples)

Parameters

size
An array of m positive integers specifying the number of samples in each input dimension of the sample table.
bitsPerSample
The number of bits used to represent each sample.
interpolationMode
The interpolation mode between samples.
encode
An array of 2 x m numbers specifying the linear mapping of input values into the domain of the function's sample table.
decode
An array of 2 x n numbers specifying the linear mapping of sample values into the range appropriate for the function's output values.
samples
Sample function data.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfSampleFunction Class
PdfSampleFunction Members
Overload List

Send Feedback